R DISTRIBUTION TAIL AREA

Michael Lloyd (http://www.hsu.edu/faculty/lloydm/ti/prgmtabl.html)
Henderson State University

HISTORY
April 1998 - original version
June 2001 - added ZZRPDF subroutine
August 2015 - updated file to .8xp

DESCRIPTION
Finds area in right tail.

VARIABLES USED
R = critical value
X = variable of integration
Y0 = pdf
ZZRPDF = loads pdf into Y0

PROGRAM LISTING
Input "r=",R
prgmZZRPDF
fnInt(Y\0\,X,R,1)
Disp "Area (r->1)=",Ans
DelVar Y\0\
